object PgpKeyImport: TPgpKeyImport Left = 200 Top = 110 Width = 630 Height = 326 Caption = 'Select Keys to Import' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Header: THeaderControl Left = 0 Top = 0 Width = 622 Height = 25 DragReorder = False Sections = < item ImageIndex = -1 MinWidth = 40 Text = 'Keys' Width = 320 end item Alignment = taCenter ImageIndex = -1 Text = 'Validity' Width = 50 end item Alignment = taCenter ImageIndex = -1 Text = 'Trust' Width = 60 end item Alignment = taRightJustify ImageIndex = -1 Text = 'Size' Width = 50 end item ImageIndex = -1 MaxWidth = 2000 MinWidth = 2000 Text = 'Description' Width = 2000 end> OnSectionResize = HeaderSectionResize end object ListBox: TListBox Left = 0 Top = 25 Width = 622 Height = 219 Style = lbOwnerDrawFixed Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 MultiSelect = True ParentFont = False TabOrder = 0 OnClick = ListBoxClick OnDrawItem = ListBoxDrawItem OnKeyDown = ListBoxKeyDown OnMouseDown = ListBoxMouseDown end object BottomPanel: TPanel Left = 0 Top = 244 Width = 622 Height = 50 Align = alBottom BevelOuter = bvNone TabOrder = 2 object bSelectAll: TButton Left = 30 Top = 10 Width = 107 Height = 31 Caption = '&Select All' TabOrder = 0 OnClick = bSelectAllClick end object bUnselectAll: TButton Left = 146 Top = 10 Width = 111 Height = 31 Caption = '&Unselect All' TabOrder = 1 OnClick = bUnselectAllClick end object bImport: TButton Left = 262 Top = 10 Width = 107 Height = 31 Caption = '&Import' Default = True ModalResult = 1 TabOrder = 2 end object Cancel: TButton Left = 378 Top = 10 Width = 111 Height = 31 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end end